ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / CCI<T> Class / Constant Property

In This Topic
    Constant Property
    In This Topic
    Gets or sets the constant value for the CCI calculation.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0.015)>
    Public Property Constant As Double
    [DefaultValue(0.015)]
    public double Constant {get; set;}
    See Also